aboutsummaryrefslogtreecommitdiff
path: root/src/app/video/[animeId]
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-17 14:04:38 +0530
committerreal-zephex <[email protected]>2024-03-17 14:04:38 +0530
commit2a849c4643a41af91fa01e48a28cfce04ec980ec (patch)
treea216b6ae0b6a2ae693373027f8a52b8576940a8e /src/app/video/[animeId]
parentfix: scrubbing throught the progress bar showed wrong thumbnails. fixed it by... (diff)
downloaddramalama-2a849c4643a41af91fa01e48a28cfce04ec980ec.tar.xz
dramalama-2a849c4643a41af91fa01e48a28cfce04ec980ec.zip
fixed a minor bug
Diffstat (limited to 'src/app/video/[animeId]')
-rw-r--r--src/app/video/[animeId]/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/video/[animeId]/page.js b/src/app/video/[animeId]/page.js
index 44ef429..d7e68f9 100644
--- a/src/app/video/[animeId]/page.js
+++ b/src/app/video/[animeId]/page.js
@@ -22,7 +22,7 @@ export default async function Video({ params }) {
{last_two} - {remainingWords}
</p>
<MediaPlayer
- title="Test Player"
+ title={words}
src={link}
className="testPlayer"
playsInline